projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2ec1c
)
(byte-compile-file): Use whole file name for errors.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 28 Mar 1994 07:05:55 +0000
(07:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 28 Mar 1994 07:05:55 +0000
(07:05 +0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index be117d1184ffc38e6590318440cd64018275f158..d3fc441480ba8a72e0e8d92b8552d055df1b59a3 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1145,7
+1145,7
@@
With prefix arg (noninteractively: 2nd arg), load the file after compiling."
(if byte-compile-verbose
(message "Compiling %s..." filename))
- (let ((byte-compile-current-file
(file-name-nondirectory filename)
)
+ (let ((byte-compile-current-file
filename
)
target-file input-buffer output-buffer)
(save-excursion
(setq input-buffer (get-buffer-create " *Compiler Input*"))